Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Runtime Invocation Functions /


JMSetVerifyMode

Sets the code verifier mode for an existing session.

OSStatus JMSetVerifyMode (JMSessionRef session, 
                     JMVerifierOptions verifierOptions);
session
The session whose code verifier mode you wish to set.
verifierOptions
The code verifier option you want to set. See "Session Security Indicators" for a list of possible values.
function result
A result code; see "JManager Result Codes".
DISCUSSION
The verifier checks to see that the Java code is valid and that it does not attempt any illegal actions that could affect the host platform. You can also set the verifier mode when calling the JMOpenSession function.

SEE ALSO
The JMGetVerifyMode function.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997